GrapeCity InputMan for Windows Forms 11.0J
GetConversionList(List<String>) メソッド

ふりがな文字列を表すString値のリスト。
ふりがな文字列から変換候補リストを取得します。
シンタックス
Public Overloads Shared Function GetConversionList( _
   ByVal readingStringList As List(Of String) _
) As Dictionary(Of String,String())
public static Dictionary<string,string[]> GetConversionList( 
   List<string> readingStringList
)

パラメータ

readingStringList
ふりがな文字列を表すString値のリスト。

戻り値の型

変換候補リストを表すString配列のディクショナリー。 readingStringListがNothingのときはArgumentNullExceptionが発生します。readingStringListが空のリストのときは、 空のディクショナリーを返します。
例外
例外解説
System.ArgumentNullExceptioncontrolがnull 参照 (Visual Basicでは Nothing)です。
参照

参照

GcIme クラス
GcIme メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.